home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / Netobj / netobj / t2.z / DRect.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-04-29  |  511 b   |  30 lines

  1. class DRect {
  2.    public int getTop() {
  3.       return 0;
  4.    }
  5.  
  6.    public void setTop(int var1) {
  7.    }
  8.  
  9.    public int getLeft() {
  10.       return 0;
  11.    }
  12.  
  13.    public void setLeft(int var1) {
  14.    }
  15.  
  16.    public int getRight() {
  17.       return 0;
  18.    }
  19.  
  20.    public void setRight(int var1) {
  21.    }
  22.  
  23.    public int getBottom() {
  24.       return 0;
  25.    }
  26.  
  27.    public void setBottom(int var1) {
  28.    }
  29. }
  30.